home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 29.GU_ChangeStr < prev    next >
Text File  |  1996-05-14  |  491b  |  27 lines

  1. gadutil.library/GU_ChangeStr                     gadutil.library/GU_ChangeStr
  2.  
  3.    NAME
  4.     GU_ChangeStr -- Change the contents of string gadget.
  5.  
  6.    SYNOPSIS
  7.     GU_ChangeStr(gad, string, win)
  8.                  D0   A0      A1
  9.  
  10.     VOID GU_ChangeStr(struct Gadget *, struct Window *, STRPTR);
  11.  
  12.    FUNCTION
  13.     Change the string in a string gadget.
  14.  
  15.    INPUTS
  16.     gad    - Gadget to change
  17.     string - New string
  18.     win    - Window that the gadget is located in.
  19.  
  20.    RESULT
  21.     none
  22.  
  23.    BUGS
  24.     none known
  25.  
  26.    SEE ALSO
  27.